Skip to content

check for ioc/urls for embedded children, use file text#225

Open
tomkane-dls wants to merge 1 commit into
mainfrom
url-paths
Open

check for ioc/urls for embedded children, use file text#225
tomkane-dls wants to merge 1 commit into
mainfrom
url-paths

Conversation

@tomkane-dls
Copy link
Copy Markdown
Collaborator

Agreed fix to check embedded children

Also i noticed that when file paths for remote screens were being resolved they were ending up as https:/ instead of https://. Path() removes double slashes so i passed the text directly to nodes instead.

I'm not certain if this would come up but i saw in models on line 60:

            if not match.group(1):
                # make sure url leads with 'https://'
                # otherwise phoebus treats it as a local file path
                url = f"https://{match.group(2)}"
            return url

@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.32%. Comparing base (49cabfa) to head (613dc1e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #225      +/-   ##
==========================================
+ Coverage   95.31%   95.32%   +0.01%     
==========================================
  Files          10       10              
  Lines         854      856       +2     
==========================================
+ Hits          814      816       +2     
  Misses         40       40              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants